home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-01-05 | 4.5 KB | 156 lines |
- ; -------------------------------------------------------------
- ;
- ; Wall Street Simulator 1.1 (Registered)
- ;
- ; -------------------------------------------------------------
- ; *************************************************************
- ; -------------------------------------------------------------
-
-
-
- [infofile]
- ; filename = README
- appname = "Wall Street Simulator 1.1"
- ; exefile = "\notepad.exe sub\readme."
- exefile = "#W\notepad.exe #D\readme.txt"
- message = "Do you want to view the readme file?"
-
-
-
- [dialog]
- caption = "Wall Street Simulator Setup"
-
-
-
- [data]
- defdir = C:\WALLSTRT
- ; defdir = #W\SYSTEM\INSTWARE
-
-
-
- [disks]
- 1 =., "Setup Disk"
-
-
-
-
- [needed.space]
- minspace = 800000
-
-
-
-
- [dest.directories]
- #app.main, 0:
- ; #app.sub, 0:sub
- #app.SETUPSYSDIR, 0:SETUPSYSDIR
- #app.SETUPWINDIR, 0:SETUPWINDIR
-
-
-
- ; -------------------------------------------------------------
- ; This is the file list for the base directory.
- ; -------------------------------------------------------------
-
- [app.main]
- 1:WALLSTRT.EXE, "Wall Street Simulator Program File"
- 1:WALLSTRT.HLP, "WSS Help File"
- 1:README.TXT, "Read Me File"
- 1:SCU.EXE, "SCU Program File"
- 1:SCU.HLP, "SCU Help File"
- 1:VERHSTRY.TXT, "Version History File"
- ; 1:INSTALL.ICO, "Application Icon"
-
- ; -------------------------------------------------------------
- ; This is the file list for the \WINDOWS\SYSTEM directory.
- ; -------------------------------------------------------------
- ;
- ;[app.SETUPSYSDIR]
- ; 1:README, "##WReadme File" ; This shows the literal ## non-macro
-
-
- ; -------------------------------------------------------------
- ; This is the file list for the \WINDOWS\SYSTEM directory.
- ; -------------------------------------------------------------
-
- [app.SETUPSYSDIR]
- 1:VSVBX.VBX, "VSVBX Control"
- 1:VSVBX.LIC, "VSVBX Control"
- 1:GRID.VBX, "Grid Control"
- 1:CMDIALOG.VBX, "Common Dialog Control"
- ; 1:COMMDLG.DLL, "Common Dialog DLL"
- 1:VBRUN300.DLL, "VB Runtime"
-
- ; -------------------------------------------------------------
- ; This is the file list for the sub directory located off of
- ; the base directory.
- ; -------------------------------------------------------------
- [app.sub]
- ; 1:README, "README"
- ; 1:INSTALL.EXE, "INSTALL.EXE"
- ; 1:IW.EXE, "IW.EXE"
- ; 1:SFX.EXE, "Test Executable"
-
-
-
- [progman.groups]
- "Wall Street Simulator", WALLSTRE.GRP
-
-
-
-
-
- ["Wall Street Simulator"]
- "Wall Street Simulator", WALLSTRT.EXE
- "Wall Street Simulator Help", WALLSTRT.HLP
- "SCU",SCU.EXE
- "SCU Help", SCU.HLP
- "Read Me",README.TXT
- "Version History",VERHSTRY.TXT
-
-
-
- [INIFiles]
- ; WIN.INI, InstallWare, TestEntry1, TestString1
- ; WIN.INI, InstallWare, TestEntry2, #D
- ; SYSTEM.INI, InstallWare, TestEntry1, TestString1
- ; CONTROL.INI, InstallWare, TestEntry2, #D\SUBDIR\FILENAME.EXT
- ; BOB.INI, InstallWare, TestEntry1, "Bob wrote this!"
-
-
- ; EXECUTABLE FILENAME, DELETE FLAG (YES/NO)
- [ExtCmds]
- ; #D\SUB\SFX.EXE, NO
- ; "NOTEPAD.EXE sub\readme.", NO
- ; "NOTEPAD.EXE #V\AUTOEXEC.BAT", NO
-
-
- [Options]
- DirChg, yes ; If this option is set to NO, the Install directory
- ; editbox will not be displayed
-
- OverWrite, YES ; This option determines what the default setting of
- ; of the OverWrite radio buttons will be.
-
- ; Restart, YES ; If this option is set to YES, the user will be
- ; prompted to restart Windows. If set to NO, it will
- ; just happen (the developer should warn about this
- ; at the beginning of the install). If the field is not
- ; present, then no restart will occur.
-
- ; Reboot, YES ; If this option is set to YES, the user will be
- ; prompted to reboot the system. If set to NO, it will
- ; just happen (the developer should warn about this
- ; at the beginning of the install). If the field is not
- ; present, then no reboot will occur.
-
- ; RestartString, "The system must be rebooted/restarted for all changes to take effect. Would you like to do this now?"
- ; This field MUST be present if you use either of the
- ; reboot/restart fields.
-
- DeleteIW, NO ; Due to SHARE problems on some systems, you might want
- ; to leave IW.EXE on the target system. To do so, set
- ; this option to NO (i.e. don't delete it) Note that
- ; this is not an issue with single disk installations.
-
-